home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 16 / 016.d81 / bugs & stuff < prev    next >
Text File  |  2022-08-26  |  2KB  |  80 lines

  1.  
  2.           Bugs and Stuff
  3.  
  4.  
  5.   On Issue #14 in the Comal Corner
  6.  
  7. section, a program LK.TEXTMAKER had a
  8.  
  9. bug.  The corrected version is on
  10.  
  11. Side 2 of this disk.  It is SAVEd
  12.  
  13. under the name of (LK.TEXTMAKER).
  14.  
  15.   LK.TEXTMAKER is used to make normal
  16.  
  17. text files out of LISTed Comal
  18.  
  19. programs.  To use the program, do the
  20.  
  21. following:
  22.  
  23. 1.  Write a Comal "program" using
  24.     only text and comments (REMs in
  25.     BASIC, but // in Comal).  The
  26.     text will look something like
  27.     this:
  28.  
  29.     0010 // This is text.
  30.     0020 // This is more text.
  31.     0030 //
  32.     0040 //Dear Mr. Longfellow,
  33.  
  34. 2.  LIST the program of text to disk.
  35.     (ex. LIST "TEXT.FILE")
  36.  
  37. 3.  ENTER "LK.TEXTMAKER" and then
  38.     RUN
  39.  
  40. 5.  Specify the correct filenames.
  41.     The INPUT file is the name of the
  42.     file you LISTed earlier.  The
  43.     OUTPUT file is the name of the
  44.     file that is to contain only the
  45.     text.
  46.  
  47. 6.  LK.TEXTMAKER will now strip out
  48.     all of the line numbers and
  49.     slashes.  This will leave just
  50.     the text in the OUTPUT file.
  51.  
  52.  
  53.   Now for one more glitch this month.
  54.  
  55. It seems that the STEINMAN SPREADSHEET
  56.  
  57. on Issue #15 has a slight bug.
  58.  
  59. STEINMAN operates fine until you SAVE
  60.  
  61. a file and then attempt to LOAD it
  62.  
  63. back in.  It seems that the program
  64.  
  65. is unable to determine the size of
  66.  
  67. your saved spreadsheet.  By running
  68.  
  69. the program FILE FIX.1XC (which is on
  70.  
  71. SIDE 2 of this disk), you can correct
  72.  
  73. any files that have been SAVEd with
  74.  
  75. the bugged version of STEINMAN.
  76.  
  77.  
  78. ---------< end of article >-----------
  79.  
  80.